home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Diversos / Coeli Stella 2000 / _SETUP.1 / Stella.exe / 0 / RCDATA / TQUIZFORM / TQUIZFORM.txt
Text File  |  1999-03-13  |  8KB  |  285 lines

  1. object QuizForm: TQuizForm
  2.   Left = 452
  3.   Top = 79
  4.   Width = 435
  5.   Height = 155
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   Caption = 'Coeli Sky Quiz'
  8.   Color = clSilver
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Scaled = False
  15.   ShowHint = True
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnHide = FormHide
  20.   OnShow = FormShow
  21.   PixelsPerInch = 125
  22.   TextHeight = 16
  23.   object StatusPanel1: TPanel
  24.     Left = 0
  25.     Top = 97
  26.     Width = 427
  27.     Height = 26
  28.     Align = alBottom
  29.     Color = clTeal
  30.     Font.Color = clLime
  31.     Font.Height = -17
  32.     Font.Name = 'Times New Roman'
  33.     Font.Style = [fsBold]
  34.     ParentFont = False
  35.     TabOrder = 0
  36.   end
  37.   object PageControl1: TPageControl
  38.     Left = 0
  39.     Top = 0
  40.     Width = 427
  41.     Height = 97
  42.     ActivePage = QuizTab
  43.     Align = alClient
  44.     TabOrder = 1
  45.     object QuizTab: TTabSheet
  46.       Caption = 'Quiz'
  47.       object Panel1: TPanel
  48.         Left = 3
  49.         Top = 3
  50.         Width = 414
  51.         Height = 206
  52.         BevelInner = bvRaised
  53.         BevelOuter = bvLowered
  54.         ParentColor = True
  55.         TabOrder = 0
  56.         object QBox: TBoxLabel
  57.           Left = 8
  58.           Top = 7
  59.           Width = 398
  60.           Height = 53
  61.           Hint = 'Click here for new question...'
  62.           Caption = 'Click here for questions!'
  63.           TextBorder = 2
  64.           Font.Color = clYellow
  65.           Font.Height = -17
  66.           Font.Name = 'Times New Roman'
  67.           Font.Style = [fsBold]
  68.           Color = 8388672
  69.           OnClick = QBoxClick
  70.           ParentFont = False
  71.           ParentColor = False
  72.         end
  73.         object MultichoiceBox: TComboBox
  74.           Left = 61
  75.           Top = 69
  76.           Width = 295
  77.           Height = 24
  78.           Style = csDropDownList
  79.           ItemHeight = 16
  80.           Sorted = True
  81.           TabOrder = 0
  82.           Visible = False
  83.           OnChange = MultichoiceBoxChange
  84.         end
  85.       end
  86.     end
  87.     object Setup: TTabSheet
  88.       Caption = 'Setup'
  89.       object ScrollBox1: TScrollBox
  90.         Left = 0
  91.         Top = 0
  92.         Width = 419
  93.         Height = 66
  94.         VertScrollBar.Range = 200
  95.         Align = alClient
  96.         AutoScroll = False
  97.         BorderStyle = bsNone
  98.         TabOrder = 0
  99.         object Panel2: TPanel
  100.           Left = 3
  101.           Top = 2
  102.           Width = 412
  103.           Height = 206
  104.           BevelInner = bvRaised
  105.           BevelOuter = bvLowered
  106.           TabOrder = 0
  107.           object AnyStarConstel: TCheckBox
  108.             Left = 20
  109.             Top = 11
  110.             Width = 226
  111.             Height = 17
  112.             Caption = 'Point out any star in constellation...'
  113.             Enabled = False
  114.             TabOrder = 0
  115.             OnClick = AnyStarConstelClick
  116.           end
  117.           object PointStarDesig: TCheckBox
  118.             Left = 20
  119.             Top = 45
  120.             Width = 264
  121.             Height = 17
  122.             Caption = 'Point out the star designated...'
  123.             Enabled = False
  124.             TabOrder = 1
  125.           end
  126.           object NameCircledStar: TCheckBox
  127.             Left = 20
  128.             Top = 66
  129.             Width = 156
  130.             Height = 17
  131.             Caption = 'Name circled star...'
  132.             State = cbChecked
  133.             TabOrder = 2
  134.             OnClick = NameCircledStarClick
  135.           end
  136.           object NameConstel: TCheckBox
  137.             Left = 20
  138.             Top = 84
  139.             Width = 222
  140.             Height = 17
  141.             Caption = 'Name highlighted constellation...'
  142.             State = cbChecked
  143.             TabOrder = 3
  144.             OnClick = NameConstelClick
  145.           end
  146.           object PointStarNamed: TCheckBox
  147.             Left = 20
  148.             Top = 28
  149.             Width = 187
  150.             Height = 17
  151.             Caption = 'Point out the star named...'
  152.             State = cbChecked
  153.             TabOrder = 4
  154.             OnClick = PointStarNamedClick
  155.           end
  156.           object NewQuizButton: TButton
  157.             Left = 279
  158.             Top = 22
  159.             Width = 75
  160.             Height = 25
  161.             Caption = 'New Quiz'
  162.             TabOrder = 5
  163.             OnClick = NewQuizButtonClick
  164.           end
  165.           object InWhichConstel: TCheckBox
  166.             Left = 21
  167.             Top = 108
  168.             Width = 234
  169.             Height = 17
  170.             Caption = 'In which constellation is the star...'
  171.             Enabled = False
  172.             TabOrder = 6
  173.           end
  174.         end
  175.       end
  176.     end
  177.     object ScoreTab: TTabSheet
  178.       Caption = 'Scores'
  179.       object ScrollBox2: TScrollBox
  180.         Left = 3
  181.         Top = 3
  182.         Width = 413
  183.         Height = 78
  184.         TabOrder = 0
  185.         object Panel3: TPanel
  186.           Left = 0
  187.           Top = 0
  188.           Width = 409
  189.           Height = 74
  190.           Align = alClient
  191.           BevelOuter = bvNone
  192.           TabOrder = 0
  193.           object QList: TComboBox
  194.             Left = 19
  195.             Top = 5
  196.             Width = 373
  197.             Height = 27
  198.             Style = csDropDownList
  199.             Color = 8580861
  200.             Font.Color = clNavy
  201.             Font.Height = -17
  202.             Font.Name = 'Times New Roman'
  203.             Font.Style = [fsBold]
  204.             ItemHeight = 0
  205.             ParentFont = False
  206.             Sorted = True
  207.             TabOrder = 0
  208.           end
  209.           object ClearScoreButton: TButton
  210.             Left = 38
  211.             Top = 39
  212.             Width = 133
  213.             Height = 20
  214.             Caption = 'Clear score list'
  215.             TabOrder = 1
  216.             OnClick = ClearScoreButtonClick
  217.           end
  218.           object DeleteScoreButton: TButton
  219.             Left = 229
  220.             Top = 39
  221.             Width = 133
  222.             Height = 20
  223.             Caption = 'Delete selection'
  224.             TabOrder = 2
  225.             OnClick = DeleteScoreButtonClick
  226.           end
  227.         end
  228.       end
  229.     end
  230.     object UpgradeTab: TTabSheet
  231.       Caption = 'Upgrade!'
  232.       object UpgradeEdit: TRichEdit
  233.         Left = 0
  234.         Top = 0
  235.         Width = 419
  236.         Height = 66
  237.         Align = alClient
  238.         Color = 8454143
  239.         Font.Color = clNavy
  240.         Font.Height = -14
  241.         Font.Name = 'MS Sans Serif'
  242.         Font.Style = [fsBold]
  243.         Lines.Strings = (
  244.           ''
  245.           'Sky Quiz is available separately or as an '
  246.           'integral part of Stella 2000 Extended Edition.'
  247.           ''
  248.           'Sky Quiz basic costs $29, Color Edition $39'
  249.           ''
  250.           'Registered Stella users can upgrade to Stella 2000 '
  251.           'Extended Edition for just $39 - the package comes with '
  252.           'the integral Sky Quiz Color Edition plus your choice of '
  253.           'either the complete SAO or Hipparcos star catalogs, '
  254.           'accompanied by many extra features and effects.'
  255.           ''
  256.           'Full price of Stella 2000 Extended Edition is $69. The '
  257.           'SAO catalog alone costs $50, so, what with Sky Quiz '
  258.           'Color Edition'#39's $39, your saving could be as '
  259.           'much as an impressive $60!'
  260.           ''
  261.           'The Upgrade tab in the Special Options window is the '
  262.           'place to go to order and find out more. What are you '
  263.           'waiting for!')
  264.         ParentFont = False
  265.         ScrollBars = ssVertical
  266.         TabOrder = 0
  267.       end
  268.     end
  269.   end
  270.   object IniOut1: TIniOut
  271.     FileName = 'STELLA.INI'
  272.     Items.Strings = (
  273.       'QuizForm;Height;;Dimensions;Quiz form height;1;0'
  274.       
  275.         'AnyStarInConstel;Checked;True;Settings;Quiz any star in constel;' +
  276.         '1;0'
  277.       'NameCircledStar;Checked;True;Settings;Quiz name circled star;1;0'
  278.       'NameConstel;Checked;False;Settings;Quiz name constel;1;0'
  279.       'PointOutStar;Checked;True;Settings;Quiz point out star;1;0')
  280.     RegistryRoot = CURRENT_USER
  281.     Left = 396
  282.     Top = 2
  283.   end
  284. end
  285.